updateUserPassword

@PUT(value = "/api/rainbow/enduser/v1.0/users/{userId}/change-password")
abstract suspend fun updateUserPassword(@Path(value = "userId") userId: String, @Body body: Map<String, String>): GenericResponse<Unit>